[INFO] cloning repository https://github.com/michael-swan/StreamSign
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/michael-swan/StreamSign" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichael-swan%2FStreamSign", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichael-swan%2FStreamSign'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 05ccba9da78416d9a33afc8e155803c0213b00e5
[INFO] fixing michael-swan/StreamSign against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichael-swan%2FStreamSign" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/michael-swan/StreamSign
[INFO] finished tweaking git repo https://github.com/michael-swan/StreamSign
[INFO] tweaked toml for git repo https://github.com/michael-swan/StreamSign written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/michael-swan/StreamSign on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/michael-swan/StreamSign already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 05014c159d17ef5390ff47ae35ea40676247dd6f2f58b55b4fd39105a5e9a5fc
[INFO] running `Command { std: "docker" "start" "05014c159d17ef5390ff47ae35ea40676247dd6f2f58b55b4fd39105a5e9a5fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "05014c159d17ef5390ff47ae35ea40676247dd6f2f58b55b4fd39105a5e9a5fc" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "05014c159d17ef5390ff47ae35ea40676247dd6f2f58b55b4fd39105a5e9a5fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "05014c159d17ef5390ff47ae35ea40676247dd6f2f58b55b4fd39105a5e9a5fc" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   tokio v0.2.16 removed features: winapi
[INFO] [stderr] 
[INFO] [stderr]    Compiling proc-macro2 v1.0.10
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling libc v0.2.68
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]     Checking futures-core v0.3.4
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]     Checking futures-sink v0.3.4
[INFO] [stderr]    Compiling proc-macro-hack v0.5.15
[INFO] [stderr]     Checking bytes v0.5.4
[INFO] [stderr]     Checking fnv v1.0.6
[INFO] [stderr]    Compiling cc v1.0.50
[INFO] [stderr]    Compiling proc-macro-nested v0.1.4
[INFO] [stderr]     Checking smallvec v1.2.0
[INFO] [stderr]     Checking futures-channel v0.3.4
[INFO] [stderr]     Checking arc-swap v0.4.5
[INFO] [stderr]     Checking pin-utils v0.1.0-alpha.4
[INFO] [stderr]     Checking futures-task v0.3.4
[INFO] [stderr]     Checking pin-project-lite v0.1.4
[INFO] [stderr]     Checking futures-io v0.3.4
[INFO] [stderr]     Checking lock_api v0.3.3
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking signal-hook-registry v1.2.0
[INFO] [stderr]     Checking parking_lot_core v0.7.0
[INFO] [stderr]     Checking num_cpus v1.12.0
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling quote v1.0.3
[INFO] [stderr]    Compiling backtrace-sys v0.1.35
[INFO] [stderr]     Checking threadpool v1.7.1
[INFO] [stderr]     Checking mio v0.6.21
[INFO] [stderr]     Checking matches v0.1.8
[INFO] [stderr]     Checking unicode-bidi v0.3.4
[INFO] [stderr]     Checking unicode-normalization v0.1.12
[INFO] [stderr]     Checking parking_lot v0.10.0
[INFO] [stderr]     Checking copyless v0.1.4
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]     Checking itoa v0.4.5
[INFO] [stderr]     Checking rustc-demangle v0.1.16
[INFO] [stderr]     Checking ppv-lite86 v0.2.6
[INFO] [stderr]    Compiling typenum v1.11.2
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]    Compiling serde v1.0.106
[INFO] [stderr]    Compiling rustversion v1.0.2
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking tokio v0.2.16
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]     Checking backtrace v0.3.46
[INFO] [stderr]     Checking match_cfg v0.1.0
[INFO] [stderr]     Checking either v1.5.3
[INFO] [stderr]     Checking idna v0.2.0
[INFO] [stderr]     Checking hostname v0.3.1
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking linked-hash-map v0.5.2
[INFO] [stderr]     Checking resolv-conf v0.6.3
[INFO] [stderr]     Checking http v0.2.1
[INFO] [stderr]    Compiling indexmap v1.3.2
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]    Compiling standback v0.2.2
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]    Compiling failure_derive v0.1.7
[INFO] [stderr]    Compiling crc32fast v1.2.0
[INFO] [stderr]     Checking url v2.1.1
[INFO] [stderr]     Checking generic-array v0.12.3
[INFO] [stderr]    Compiling ryu v1.0.3
[INFO] [stderr]     Checking block-padding v0.1.5
[INFO] [stderr]     Checking aho-corasick v0.7.10
[INFO] [stderr]     Checking thread_local v1.0.1
[INFO] [stderr]     Checking regex-syntax v0.6.17
[INFO] [stderr]    Compiling httparse v1.3.4
[INFO] [stderr]     Checking adler32 v1.0.4
[INFO] [stderr]    Compiling encoding_rs v0.8.22
[INFO] [stderr]     Checking miniz_oxide v0.3.6
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]     Checking dtoa v0.4.5
[INFO] [stderr]     Checking sha-1 v0.8.2
[INFO] [stderr]     Checking flate2 v1.0.14
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking base64 v0.11.0
[INFO] [stderr]     Checking language-tags v0.2.2
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]    Compiling ring v0.17.0-alpha.1
[INFO] [stderr]     Checking bytestring v0.1.5
[INFO] [stderr]     Checking crossbeam-channel v0.4.2
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking regex v1.3.6
[INFO] [stderr]     Checking untrusted v0.7.0
[INFO] [stderr]     Checking hex v0.4.2
[INFO] [stderr]     Checking actix-codec v0.2.0
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]    Compiling pin-project-internal v0.4.8
[INFO] [stderr]    Compiling derive_more v0.99.5
[INFO] [stderr]    Compiling actix-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.14
[INFO] [stderr]    Compiling async-trait v0.1.29
[INFO] [stderr]    Compiling enum-as-inner v0.3.2
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]     Checking thiserror v1.0.14
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]    Compiling time-macros-impl v0.1.0
[INFO] [stderr]     Checking time-macros v0.1.0
[INFO] [stderr]    Compiling time v0.2.9
[INFO] [stderr]    Compiling actix_derive v0.5.0
[INFO] [stderr]     Checking pin-project v0.4.8
[INFO] [stderr]    Compiling actix-web-codegen v0.2.1
[INFO] [stderr]     Checking failure v0.1.7
[INFO] [stderr]     Checking brotli2 v0.3.2
[INFO] [stderr]     Checking actix-threadpool v0.3.1
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking actix-service v1.0.5
[INFO] [stderr]     Checking h2 v0.2.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking actix-rt v1.0.0
[INFO] [stderr]     Checking trust-dns-proto v0.19.3
[INFO] [stderr]     Checking actix-utils v1.0.6
[INFO] [stderr]     Checking actix-server v1.0.2
[INFO] [stderr]     Checking actix-tls v2.0.0-alpha.1
[INFO] [stderr]     Checking trust-dns-resolver v0.19.3
[INFO] [stderr]     Checking actix-testing v1.0.0
[INFO] [stderr]     Checking actix-connect v2.0.0-alpha.2
[INFO] [stderr]     Checking actix v0.10.0-alpha.2
[INFO] [stderr]     Checking serde_json v1.0.51
[INFO] [stderr]     Checking serde_urlencoded v0.6.1
[INFO] [stderr]     Checking actix-router v0.2.4
[INFO] [stderr]     Checking actix-http v2.0.0-alpha.2
[INFO] [stderr]     Checking awc v2.0.0-alpha.1
[INFO] [stderr]     Checking actix-web v3.0.0-alpha.1
[INFO] [stderr]     Checking StreamSign v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
[INFO] [stderr] crater-edition-check: StreamSign v0.1.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]     Checking tokio v0.2.16
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]     Checking actix-rt v1.0.0
[INFO] [stderr]     Checking trust-dns-proto v0.19.3
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking actix-codec v0.2.0
[INFO] [stderr]     Checking h2 v0.2.4
[INFO] [stderr]     Checking actix-utils v1.0.6
[INFO] [stderr]     Checking actix-server v1.0.2
[INFO] [stderr]     Checking actix-tls v2.0.0-alpha.1
[INFO] [stderr]     Checking actix-testing v1.0.0
[INFO] [stderr]     Checking trust-dns-resolver v0.19.3
[INFO] [stderr]     Checking actix-connect v2.0.0-alpha.2
[INFO] [stderr]     Checking actix v0.10.0-alpha.2
[INFO] [stderr]     Checking actix-http v2.0.0-alpha.2
[INFO] [stderr]     Checking awc v2.0.0-alpha.1
[INFO] [stderr]     Checking actix-web v3.0.0-alpha.1
[INFO] [stderr]     Checking StreamSign v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Future` and `Stream`
[INFO] [stdout]  --> src/main.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use futures::{Future, Stream, StreamExt};
[INFO] [stdout]   |               ^^^^^^  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Error` and `error`
[INFO] [stdout]  --> src/main.rs:2:22
[INFO] [stdout]   |
[INFO] [stdout] 2 | use actix_web::{web, error, App, Error, HttpResponse, Responder, HttpServer};
[INFO] [stdout]   |                      ^^^^^       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::Write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::borrow::Borrow`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::borrow::Borrow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `actix_web::body::Body`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use actix_web::body::Body;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FromHex` and `ToHex`
[INFO] [stdout]  --> src/main.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | use hex::{ToHex, FromHex};
[INFO] [stdout]   |           ^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io`
[INFO] [stdout]   --> src/main.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::io;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::Serialize`
[INFO] [stdout]   --> src/main.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use serde::Serialize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Future` and `Stream`
[INFO] [stdout]  --> src/main.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use futures::{Future, Stream, StreamExt};
[INFO] [stdout]   |               ^^^^^^  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Error` and `error`
[INFO] [stdout]  --> src/main.rs:2:22
[INFO] [stdout]   |
[INFO] [stdout] 2 | use actix_web::{web, error, App, Error, HttpResponse, Responder, HttpServer};
[INFO] [stdout]   |                      ^^^^^       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::Write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::borrow::Borrow`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::borrow::Borrow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `actix_web::body::Body`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use actix_web::body::Body;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FromHex` and `ToHex`
[INFO] [stdout]  --> src/main.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | use hex::{ToHex, FromHex};
[INFO] [stdout]   |           ^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io`
[INFO] [stdout]   --> src/main.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::io;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::Serialize`
[INFO] [stdout]   --> src/main.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use serde::Serialize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `actix`
[INFO] [stdout]   --> src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use actix::*;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `actix`
[INFO] [stdout]   --> src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use actix::*;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/main.rs:107:27
[INFO] [stdout]     |
[INFO] [stdout] 107 |     fn started(&mut self, ctx: &mut Context<Self>) {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/main.rs:107:27
[INFO] [stdout]     |
[INFO] [stdout] 107 |     fn started(&mut self, ctx: &mut Context<Self>) {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/main.rs:111:27
[INFO] [stdout]     |
[INFO] [stdout] 111 |     fn stopped(&mut self, ctx: &mut Context<Self>) {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/main.rs:111:27
[INFO] [stdout]     |
[INFO] [stdout] 111 |     fn stopped(&mut self, ctx: &mut Context<Self>) {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctxt`
[INFO] [stdout]    --> src/main.rs:128:48
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn handle(&mut self, msg: NewSignatureMsg, ctxt: &mut Context<Self>) -> Self::Result {
[INFO] [stdout]     |                                                ^^^^ help: if this is intentional, prefix it with an underscore: `_ctxt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctxt`
[INFO] [stdout]    --> src/main.rs:128:48
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn handle(&mut self, msg: NewSignatureMsg, ctxt: &mut Context<Self>) -> Self::Result {
[INFO] [stdout]     |                                                ^^^^ help: if this is intentional, prefix it with an underscore: `_ctxt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctxt`
[INFO] [stdout]    --> src/main.rs:146:50
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn handle(&mut self, msg: CheckSignatureMsg, ctxt: &mut Context<Self>) -> Self::Result {
[INFO] [stdout]     |                                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_ctxt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctxt`
[INFO] [stdout]    --> src/main.rs:146:50
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn handle(&mut self, msg: CheckSignatureMsg, ctxt: &mut Context<Self>) -> Self::Result {
[INFO] [stdout]     |                                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_ctxt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/main.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |     ctxt.update(unsafe { &transmute::<u64, [u8; 8]>(now_sec.to_be()) });
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 34 -     ctxt.update(unsafe { &transmute::<u64, [u8; 8]>(now_sec.to_be()) });
[INFO] [stdout] 34 +     ctxt.update(unsafe { &u64::to_ne_bytes(now_sec.to_be()) });
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/main.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |     ctxt.update(unsafe { &transmute::<u64, [u8; 8]>(now_sec.to_be()) });
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 34 -     ctxt.update(unsafe { &transmute::<u64, [u8; 8]>(now_sec.to_be()) });
[INFO] [stdout] 34 +     ctxt.update(unsafe { &u64::to_ne_bytes(now_sec.to_be()) });
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/main.rs:35:27
[INFO] [stdout]    |
[INFO] [stdout] 35 |     ctxt.update(unsafe { &transmute::<u32, [u8; 4]>(now_nsec.to_be()) });
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 35 -     ctxt.update(unsafe { &transmute::<u32, [u8; 4]>(now_nsec.to_be()) });
[INFO] [stdout] 35 +     ctxt.update(unsafe { &u32::to_ne_bytes(now_nsec.to_be()) });
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/main.rs:35:27
[INFO] [stdout]    |
[INFO] [stdout] 35 |     ctxt.update(unsafe { &transmute::<u32, [u8; 4]>(now_nsec.to_be()) });
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 35 -     ctxt.update(unsafe { &transmute::<u32, [u8; 4]>(now_nsec.to_be()) });
[INFO] [stdout] 35 +     ctxt.update(unsafe { &u32::to_ne_bytes(now_nsec.to_be()) });
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   tokio v0.2.16 removed features: winapi
[INFO] [stderr] 
[INFO] [stderr]     Checking StreamSign v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/main.rs:30:28
[INFO] [stdout]     |
[INFO] [stdout]  30 |     while let Some(item) = body.next().await {
[INFO] [stdout]     |                            ^^^^^^^^^^^^-----
[INFO] [stdout]     |                            |           |
[INFO] [stdout]     |                            |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  31 |         ctxt.update(item.unwrap().as_ref());
[INFO] [stdout]     |                     -------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  32 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.4/src/bytes.rs:486:1
[INFO] [stdout]     |
[INFO] [stdout] 486 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.4/src/bytes.rs:486:1
[INFO] [stdout]     |
[INFO] [stdout] 486 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.4/src/bytes.rs:486:1
[INFO] [stdout]     |
[INFO] [stdout] 486 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/main.rs:34:26
[INFO] [stdout]    |
[INFO] [stdout] 34 |     ctxt.update(unsafe { &transmute::<u64, [u8; 8]>(now_sec.to_be()) });
[INFO] [stdout]    |          ------          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |          |
[INFO] [stdout]    |          borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/main.rs:35:26
[INFO] [stdout]    |
[INFO] [stdout] 35 |     ctxt.update(unsafe { &transmute::<u32, [u8; 4]>(now_nsec.to_be()) });
[INFO] [stdout]    |          ------          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |          |
[INFO] [stdout]    |          borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/main.rs:51:28
[INFO] [stdout]     |
[INFO] [stdout]  51 |     while let Some(item) = body.next().await {
[INFO] [stdout]     |                            ^^^^^^^^^^^^-----
[INFO] [stdout]     |                            |           |
[INFO] [stdout]     |                            |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  52 |         let item_val = item.unwrap();
[INFO] [stdout]     |             --------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `item_val` calls a custom destructor
[INFO] [stdout]     |             `item_val` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  67 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.4/src/bytes.rs:486:1
[INFO] [stdout]     |
[INFO] [stdout] 486 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.4/src/bytes.rs:486:1
[INFO] [stdout]     |
[INFO] [stdout] 486 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `item_val` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.4/src/bytes.rs:486:1
[INFO] [stdout]     |
[INFO] [stdout] 486 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/main.rs:30:28
[INFO] [stdout]     |
[INFO] [stdout]  30 |     while let Some(item) = body.next().await {
[INFO] [stdout]     |                            ^^^^^^^^^^^^-----
[INFO] [stdout]     |                            |           |
[INFO] [stdout]     |                            |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  31 |         ctxt.update(item.unwrap().as_ref());
[INFO] [stdout]     |                     -------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  32 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.4/src/bytes.rs:486:1
[INFO] [stdout]     |
[INFO] [stdout] 486 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.4/src/bytes.rs:486:1
[INFO] [stdout]     |
[INFO] [stdout] 486 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.4/src/bytes.rs:486:1
[INFO] [stdout]     |
[INFO] [stdout] 486 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/main.rs:34:26
[INFO] [stdout]    |
[INFO] [stdout] 34 |     ctxt.update(unsafe { &transmute::<u64, [u8; 8]>(now_sec.to_be()) });
[INFO] [stdout]    |          ------          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |          |
[INFO] [stdout]    |          borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/main.rs:35:26
[INFO] [stdout]    |
[INFO] [stdout] 35 |     ctxt.update(unsafe { &transmute::<u32, [u8; 4]>(now_nsec.to_be()) });
[INFO] [stdout]    |          ------          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |          |
[INFO] [stdout]    |          borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/main.rs:51:28
[INFO] [stdout]     |
[INFO] [stdout]  51 |     while let Some(item) = body.next().await {
[INFO] [stdout]     |                            ^^^^^^^^^^^^-----
[INFO] [stdout]     |                            |           |
[INFO] [stdout]     |                            |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  52 |         let item_val = item.unwrap();
[INFO] [stdout]     |             --------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `item_val` calls a custom destructor
[INFO] [stdout]     |             `item_val` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  67 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.4/src/bytes.rs:486:1
[INFO] [stdout]     |
[INFO] [stdout] 486 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.4/src/bytes.rs:486:1
[INFO] [stdout]     |
[INFO] [stdout] 486 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `item_val` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.4/src/bytes.rs:486:1
[INFO] [stdout]     |
[INFO] [stdout] 486 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] crater-edition-check: StreamSign v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking StreamSign v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Future` and `Stream`
[INFO] [stdout]  --> src/main.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use futures::{Future, Stream, StreamExt};
[INFO] [stdout]   |               ^^^^^^  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Error` and `error`
[INFO] [stdout]  --> src/main.rs:2:22
[INFO] [stdout]   |
[INFO] [stdout] 2 | use actix_web::{web, error, App, Error, HttpResponse, Responder, HttpServer};
[INFO] [stdout]   |                      ^^^^^       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::Write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::borrow::Borrow`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::borrow::Borrow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `actix_web::body::Body`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use actix_web::body::Body;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FromHex` and `ToHex`
[INFO] [stdout]  --> src/main.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | use hex::{ToHex, FromHex};
[INFO] [stdout]   |           ^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io`
[INFO] [stdout]   --> src/main.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::io;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::Serialize`
[INFO] [stdout]   --> src/main.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use serde::Serialize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/main.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |     ctxt.update(unsafe { &transmute::<u64, [u8; 8]>(now_sec.to_be()) });
[INFO] [stdout]    |          ------           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |          |                |                                        |
[INFO] [stdout]    |          |                |                                        temporary value is freed at the end of this statement
[INFO] [stdout]    |          |                creates a temporary value which is freed while still in use
[INFO] [stdout]    |          borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/main.rs:35:27
[INFO] [stdout]    |
[INFO] [stdout] 35 |     ctxt.update(unsafe { &transmute::<u32, [u8; 4]>(now_nsec.to_be()) });
[INFO] [stdout]    |          ------           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |          |                |                                         |
[INFO] [stdout]    |          |                |                                         temporary value is freed at the end of this statement
[INFO] [stdout]    |          |                creates a temporary value which is freed while still in use
[INFO] [stdout]    |          borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `actix`
[INFO] [stdout]   --> src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use actix::*;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/main.rs:107:27
[INFO] [stdout]     |
[INFO] [stdout] 107 |     fn started(&mut self, ctx: &mut Context<Self>) {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/main.rs:111:27
[INFO] [stdout]     |
[INFO] [stdout] 111 |     fn stopped(&mut self, ctx: &mut Context<Self>) {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctxt`
[INFO] [stdout]    --> src/main.rs:128:48
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn handle(&mut self, msg: NewSignatureMsg, ctxt: &mut Context<Self>) -> Self::Result {
[INFO] [stdout]     |                                                ^^^^ help: if this is intentional, prefix it with an underscore: `_ctxt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctxt`
[INFO] [stdout]    --> src/main.rs:146:50
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn handle(&mut self, msg: CheckSignatureMsg, ctxt: &mut Context<Self>) -> Self::Result {
[INFO] [stdout]     |                                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_ctxt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `StreamSign` (bin "StreamSign") due to 2 previous errors; 13 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused imports: `Future` and `Stream`
[INFO] [stdout]  --> src/main.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use futures::{Future, Stream, StreamExt};
[INFO] [stdout]   |               ^^^^^^  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Error` and `error`
[INFO] [stdout]  --> src/main.rs:2:22
[INFO] [stdout]   |
[INFO] [stdout] 2 | use actix_web::{web, error, App, Error, HttpResponse, Responder, HttpServer};
[INFO] [stdout]   |                      ^^^^^       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::Write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::borrow::Borrow`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::borrow::Borrow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `actix_web::body::Body`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use actix_web::body::Body;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FromHex` and `ToHex`
[INFO] [stdout]  --> src/main.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | use hex::{ToHex, FromHex};
[INFO] [stdout]   |           ^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io`
[INFO] [stdout]   --> src/main.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::io;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::Serialize`
[INFO] [stdout]   --> src/main.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use serde::Serialize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/main.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |     ctxt.update(unsafe { &transmute::<u64, [u8; 8]>(now_sec.to_be()) });
[INFO] [stdout]    |          ------           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |          |                |                                        |
[INFO] [stdout]    |          |                |                                        temporary value is freed at the end of this statement
[INFO] [stdout]    |          |                creates a temporary value which is freed while still in use
[INFO] [stdout]    |          borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/main.rs:35:27
[INFO] [stdout]    |
[INFO] [stdout] 35 |     ctxt.update(unsafe { &transmute::<u32, [u8; 4]>(now_nsec.to_be()) });
[INFO] [stdout]    |          ------           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |          |                |                                         |
[INFO] [stdout]    |          |                |                                         temporary value is freed at the end of this statement
[INFO] [stdout]    |          |                creates a temporary value which is freed while still in use
[INFO] [stdout]    |          borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `actix`
[INFO] [stdout]   --> src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use actix::*;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/main.rs:107:27
[INFO] [stdout]     |
[INFO] [stdout] 107 |     fn started(&mut self, ctx: &mut Context<Self>) {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/main.rs:111:27
[INFO] [stdout]     |
[INFO] [stdout] 111 |     fn stopped(&mut self, ctx: &mut Context<Self>) {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctxt`
[INFO] [stdout]    --> src/main.rs:128:48
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn handle(&mut self, msg: NewSignatureMsg, ctxt: &mut Context<Self>) -> Self::Result {
[INFO] [stdout]     |                                                ^^^^ help: if this is intentional, prefix it with an underscore: `_ctxt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctxt`
[INFO] [stdout]    --> src/main.rs:146:50
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn handle(&mut self, msg: CheckSignatureMsg, ctxt: &mut Context<Self>) -> Self::Result {
[INFO] [stdout]     |                                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_ctxt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `StreamSign` (bin "StreamSign" test) due to 2 previous errors; 13 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "05014c159d17ef5390ff47ae35ea40676247dd6f2f58b55b4fd39105a5e9a5fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05014c159d17ef5390ff47ae35ea40676247dd6f2f58b55b4fd39105a5e9a5fc", kill_on_drop: false }`
[INFO] [stdout] 05014c159d17ef5390ff47ae35ea40676247dd6f2f58b55b4fd39105a5e9a5fc
